home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / color.dxr / 00653.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  516 b   |  21 lines

  1. on exitFrame me
  2.   global ee
  3.   repeat with ee = 57 to 59
  4.     set the locH of sprite ee to 539
  5.     set the constraint of sprite ee to ee - 3
  6.   end repeat
  7.   sprite(51).color = rgb(243, 115, 39)
  8.   sprite(57).color = sprite(51).color
  9.   sprite(52).color = rgb(79, 45, 51)
  10.   sprite(58).color = sprite(52).color
  11.   sprite(53).color = rgb(70, 78, 51)
  12.   sprite(59).color = sprite(53).color
  13.   showit(185, 187)
  14.   hideit(188, 190)
  15.   showit(191, 191)
  16.   hideit(192, 197)
  17.   showit(198, 200)
  18.   hideit(201, 202)
  19.   showit(203, 203)
  20. end
  21.